home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / OLE2BOOK.ZIP / CHAP05.ZIP / CHAP05 / SMASHER / SMASHER.RC < prev    next >
Text File  |  1993-03-16  |  924b  |  36 lines

  1. /*
  2.  * SMASHER.RC
  3.  *
  4.  * Menu and string resources for SMASHER.DLL.  The menu is passed
  5.  * as a popup menu to File Manager, the bitmap is used to define
  6.  * the toolbar button image, and the string table is used to provide
  7.  * File Manager with menu commands and strings.
  8.  *
  9.  * Copyright (c)1993 Microsoft Corporation, All Rights Reserved.
  10.  *
  11.  * Kraig Brockschmidt, Software Design Engineer
  12.  * Microsoft Systems Developer Relations
  13.  *
  14.  * Internet  :  kraigb@microsoft.com
  15.  * Compuserve:  >INTERNET:kraigb@microsoft.com
  16.  */
  17.  
  18. #include <windows.h>
  19. #include "smasher.h"
  20.  
  21. IDR_BITMAP BITMAP smasher.bmp
  22.  
  23.  
  24. IDR_MENU MENU
  25.    BEGIN
  26.     MENUITEM "&Smash Compound File...",     IDM_SMASH
  27.    END
  28.  
  29.  
  30. STRINGTABLE
  31.    BEGIN
  32.     IDS_SMASH               "&Smash Compound Files"
  33.     IDS_SMASHHELP,          "Commands for Compound Files"
  34.     IDS_SMASHHELP+1,        "Defragments the selected Compound Files"
  35.    END
  36.